Skip to content

Conversation

mschout
Copy link

@mschout mschout commented Aug 12, 2022

I ran into git cpan-clone Some::Module just hanging during import of the initial release.

But of debugging and its because my global $HOME/.gitconfig is set up to GPG sign tags:

[tag]
	gpgSign = true

So when it imports the release it tags the release and its just sitting there trying to run $EDITOR waiting for me to edit the commit message.

Workaround is to pass --no-sign to all git tag commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant